home *** CD-ROM | disk | FTP | other *** search
- Spectator = {
- }
-
- function Spectator:OnInit()
- end
-
- function Spectator:OnShutDown()
- end
-
- function Spectator:OnUpdate( DeltaTime )
-
- end
-
- function Spectator:OnContact( Entity )
- end
-
- function Spectator:OnEvent( EventId, Params )
- end
-
- function Spectator:OnWrite( stm )
- end
-
- function Spectator:OnRead( stm )
- end
-
- function Spectator:OnSave( stm )
- end
-
- function Spectator:OnLoad( stm )
- end